ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartBase<T> Class / ItemFormatter Property

In This Topic
    ItemFormatter Property (FlexChartBase<T>)
    In This Topic
    Gets or sets the name of the item formatter function that allows you to customize the appearance of data points.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Overridable Property ItemFormatter As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public virtual string ItemFormatter {get; set;}
    See Also